filter comparator match control register
P_INPUT | Determines which input to compare against the primary comparator, \0: iaddr, \1: tval. |
P_FUNCTION | Select the primary comparator function. \0: equal, \1: not equal, \2: less than, \3: less than or equal, \4: greater than, \5: greater than or equal, \other: always match |
P_NOTIFY | Generate a trace packet explicitly reporting the address that cause the primary match |
S_INPUT | Determines which input to compare against the secondary comparator, \0: iaddr, \1: tval. |
S_FUNCTION | Select the secondary comparator function. \0: equal, \1: not equal, \2: less than, \3: less than or equal, \4: greater than, \5: greater than or equal, \other: always match |
S_NOTIFY | Generate a trace packet explicitly reporting the address that cause the secondary match |
MATCH_MODE | 0: only primary matches, \1: primary and secondary comparator both matches(P&&S),\ 2:either primary or secondary comparator matches !(P&&S), \3: set when primary matches and continue to match until after secondary comparator matches |